Interface DHCPv6ClientProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
DHCPv6ClientProcessImpl

public interface DHCPv6ClientProcess extends Process
Information provided by the PKI file:

    \class Dhcpv6ClientProcess
    
    \brief Dhcpv6ClientProcess handles the DHCPv6 client process.
    
    \example network().getDevice("Router0").getProcess("Dhcpv6ClientProcess")
    
Author:
Auto-generated
  • Method Details

    • enableDhcpClient

      void enableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName)
      Information provided by the PKI file:
      
          \brief Enable Dhcp Client process
          
          \param enable, Dhcpv6::EDhcpv6ClientEnabled
          eClientEnabled_No = 0,
          eClientEnabled_ViaDhcp = 1,
          eClientEnabled_ViaNd = 2
          
          \param portName, port name
          
          \param prefixName, prefix name
          
              
      Parameters:
      enable - Takes in a parameter of enable
      portName - Takes in a parameter of portName
      prefixName - Takes in a parameter of prefixName
    • isDhcpClientEnabled

      boolean isDhcpClientEnabled()
      Information provided by the PKI file:
      
          \brief Check if DHCP Client is enabled
          
          \param bool, return true if enabled and false if not
          
              
      Returns:
      boolean Returns a boolean